home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / network-manager.conf < prev    next >
Text File  |  2009-10-14  |  330b  |  16 lines

  1. # network-manager - network connection manager
  2. #
  3. # The Network Manager daemon manages the system's network connections,
  4. # automatically switching between the best available.
  5.  
  6. description    "network connection manager"
  7.  
  8. start on (local-filesystems
  9.       and started dbus)
  10. stop on stopping dbus
  11.  
  12. expect fork
  13. respawn
  14.  
  15. exec NetworkManager
  16.